Html Css Color HEX #603FEE Neon Blue

📋 copy color: '#603FEE'

red 96 ◦ green 63 ◦ blue 238

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

Shades of Neon Blue #603FEE

Tints of Neon Blue #603FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 24.18%
G = 15.87%
B = 59.95%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#603FEE (or 0x603FEE) is known color: Neon Blue. HEX triplet: 60, 3F and EE. RGB value is (96,63,238). Sum of RGB (Red+Green+Blue) = 96+63+238=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #603FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FEE is #9FC011. Grayscale: #5C5C5C. Windows color (decimal): -10469394 or 15613792. OLE color: 15613792.

HSL color Cylindrical-coordinate representation of color #603FEE: hue angle of 251.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603FEE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 63 238 -
CMYK 0.60 0.74 0 0.07
HSL 251.31º 0.84% 0.59% -
HSV(B) 251.31º 0.74% 0.93% -
XYZ 22.03 12.21 82.09 -
YUV 92.82 209.93 130.27 -
System Red Green Blue C M Y K H S L
Decimal 96 63 238 0.60 0.74 0 0.07 251.31 0.84 0.59
Hex 60 3F EE 3C 4A 0 7 FB 54 3B
Octal 140 77 356 74 112 0 7 373 124 73
Binary 1100000 111111 11101110 111100 1001010 0 111 11111011 1010100 111011

Color Harmonies of #603FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FEE

Black with #603FEE

Text Example


Text Example

White with #603FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603FEE; }

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

 H1.HeaderClassName
 {
   color: #603FEE;
 }
 .AnyTagClassName
 {
   color: #603FEE;
 }
</style>

background-color css

<style>
 a { background-color: #603FEE; }

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

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

border-color css

<style>
 span { border-color: #603FEE; }

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

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