Html Css Color HEX #604CEF Neon Blue

📋 copy color: '#604CEF'

red 96 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #604CEF

Tints of Neon Blue #604CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 23.36%
G = 18.49%
B = 58.15%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#604CEF (or 0x604CEF) is known color: Neon Blue. HEX triplet: 60, 4C and EF. RGB value is (96,76,239). Sum of RGB (Red+Green+Blue) = 96+76+239=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #604CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CEF is #9FB310. Grayscale: #636363. Windows color (decimal): -10466065 or 15682656. OLE color: 15682656.

HSL color Cylindrical-coordinate representation of color #604CEF: hue angle of 247.36º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #604CEF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 76 239 -
CMYK 0.60 0.68 0 0.06
HSL 247.36º 0.84% 0.62% -
HSV(B) 247.36º 0.68% 0.94% -
XYZ 22.99 13.89 83.13 -
YUV 100.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 96 76 239 0.60 0.68 0 0.06 247.36 0.84 0.62
Hex 60 4C EF 3C 44 0 6 F7 54 3E
Octal 140 114 357 74 104 0 6 367 124 76
Binary 1100000 1001100 11101111 111100 1000100 0 110 11110111 1010100 111110

Color Harmonies of #604CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CEF

Black with #604CEF

Text Example


Text Example

White with #604CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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