Html Css Color HEX #634CFC Neon Blue

📋 copy color: '#634CFC'

red 99 ◦ green 76 ◦ blue 252

#634CFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #634CFC

Tints of Neon Blue #634CFC

RGB

 RED value IS 99 (39.06% from 255) = 23.19%

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 23.19%
G = 17.8%
B = 59.02%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#634CFC (or 0x634CFC) is known color: Neon Blue. HEX triplet: 63, 4C and FC. RGB value is (99,76,252). Sum of RGB (Red+Green+Blue) = 99+76+252=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #634CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #634CFC is #9CB303. Grayscale: #666666. Windows color (decimal): -10269444 or 16534627. OLE color: 16534627.

HSL color Cylindrical-coordinate representation of color #634CFC: hue angle of 247.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634CFC is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 76 252 -
CMYK 0.61 0.70 0 0.01
HSL 247.84º 0.97% 0.64% -
HSV(B) 247.84º 0.7% 0.99% -
XYZ 25.3 14.85 93.63 -
YUV 102.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 99 76 252 0.61 0.70 0 0.01 247.84 0.97 0.64
Hex 63 4C FC 3D 46 0 1 F8 61 40
Octal 143 114 374 75 106 0 1 370 141 100
Binary 1100011 1001100 11111100 111101 1000110 0 1 11111000 1100001 1000000

Color Harmonies of #634CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CFC

Black with #634CFC

Text Example


Text Example

White with #634CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634CFC; }

 p { color: rgb(99,76,252); }

 H1.HeaderClassName
 {
   color: #634CFC;
 }
 .AnyTagClassName
 {
   color: #634CFC;
 }
</style>

background-color css

<style>
 a { background-color: #634CFC; }

 a { background-color: rgb(99,76,252); }

 div.DivClassName
 {
   background-color: #634CFC;
 }
 .BgClassName
 {
   background-color: #634CFC;
 }
</style>

border-color css

<style>
 span { border-color: #634CFC; }

 span { border-color: rgb(99,76,252); }

 td.TdClassName
 {
   border-color: #634CFC;
 }
 .TagClassName
 {
   border-color: #634CFC;
 }
</style>