Html Css Color HEX #604CFC Neon Blue

📋 copy color: '#604CFC'

red 96 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #604CFC

Tints of Neon Blue #604CFC

RGB

 RED value IS 96 (37.89% from 255) = 22.64%

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

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

R = 22.64%
G = 17.92%
B = 59.43%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#604CFC (or 0x604CFC) is known color: Neon Blue. HEX triplet: 60, 4C and FC. RGB value is (96,76,252). Sum of RGB (Red+Green+Blue) = 96+76+252=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #604CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CFC is #9FB303. Grayscale: #656565. Windows color (decimal): -10466052 or 16534624. OLE color: 16534624.

HSL color Cylindrical-coordinate representation of color #604CFC: hue angle of 246.82º 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 #604CFC is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 76 252 -
CMYK 0.62 0.70 0 0.01
HSL 246.82º 0.97% 0.64% -
HSV(B) 246.82º 0.7% 0.99% -
XYZ 24.98 14.68 93.61 -
YUV 102.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 96 76 252 0.62 0.70 0 0.01 246.82 0.97 0.64
Hex 60 4C FC 3E 46 0 1 F7 61 40
Octal 140 114 374 76 106 0 1 367 141 100
Binary 1100000 1001100 11111100 111110 1000110 0 1 11110111 1100001 1000000

Color Harmonies of #604CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CFC

Black with #604CFC

Text Example


Text Example

White with #604CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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