Html Css Color HEX #604CEE Neon Blue

📋 copy color: '#604CEE'

red 96 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #604CEE

Tints of Neon Blue #604CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.05%

R = 23.41%
G = 18.54%
B = 58.05%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#604CEE (or 0x604CEE) is known color: Neon Blue. HEX triplet: 60, 4C and EE. RGB value is (96,76,238). Sum of RGB (Red+Green+Blue) = 96+76+238=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #604CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604CEE is #9FB311. Grayscale: #636363. Windows color (decimal): -10466066 or 15617120. OLE color: 15617120.

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

Color convert

RGB 96 76 238 -
CMYK 0.60 0.68 0 0.07
HSL 247.41º 0.83% 0.62% -
HSV(B) 247.41º 0.68% 0.93% -
XYZ 22.84 13.83 82.35 -
YUV 100.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 96 76 238 0.60 0.68 0 0.07 247.41 0.83 0.62
Hex 60 4C EE 3C 44 0 7 F7 53 3E
Octal 140 114 356 74 104 0 7 367 123 76
Binary 1100000 1001100 11101110 111100 1000100 0 111 11110111 1010011 111110

Color Harmonies of #604CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CEE

Black with #604CEE

Text Example


Text Example

White with #604CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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