Html Css Color HEX #604CED Neon Blue

📋 copy color: '#604CED'

red 96 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #604CED

Tints of Neon Blue #604CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 23.47%
G = 18.58%
B = 57.95%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#604CED (or 0x604CED) is known color: Neon Blue. HEX triplet: 60, 4C and ED. RGB value is (96,76,237). Sum of RGB (Red+Green+Blue) = 96+76+237=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #604CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CED is #9FB312. Grayscale: #636363. Windows color (decimal): -10466067 or 15551584. OLE color: 15551584.

HSL color Cylindrical-coordinate representation of color #604CED: hue angle of 247.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #604CED is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 76 237 -
CMYK 0.59 0.68 0 0.07
HSL 247.45º 0.82% 0.61% -
HSV(B) 247.45º 0.68% 0.93% -
XYZ 22.69 13.77 81.58 -
YUV 100.33 205.13 124.91 -
System Red Green Blue C M Y K H S L
Decimal 96 76 237 0.59 0.68 0 0.07 247.45 0.82 0.61
Hex 60 4C ED 3B 44 0 7 F7 52 3D
Octal 140 114 355 73 104 0 7 367 122 75
Binary 1100000 1001100 11101101 111011 1000100 0 111 11110111 1010010 111101

Color Harmonies of #604CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CED

Black with #604CED

Text Example


Text Example

White with #604CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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