Html Css Color HEX #603FEA Neon Blue

📋 copy color: '#603FEA'

red 96 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #603FEA

Tints of Neon Blue #603FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 24.43%
G = 16.03%
B = 59.54%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#603FEA (or 0x603FEA) is known color: Neon Blue. HEX triplet: 60, 3F and EA. RGB value is (96,63,234). Sum of RGB (Red+Green+Blue) = 96+63+234=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #603FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FEA is #9FC015. Grayscale: #5B5B5B. Windows color (decimal): -10469398 or 15351648. OLE color: 15351648.

HSL color Cylindrical-coordinate representation of color #603FEA: hue angle of 251.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603FEA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 63 234 -
CMYK 0.59 0.73 0 0.08
HSL 251.58º 0.8% 0.58% -
HSV(B) 251.58º 0.73% 0.92% -
XYZ 21.45 11.98 79.02 -
YUV 92.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 96 63 234 0.59 0.73 0 0.08 251.58 0.8 0.58
Hex 60 3F EA 3B 49 0 8 FC 50 3A
Octal 140 77 352 73 111 0 10 374 120 72
Binary 1100000 111111 11101010 111011 1001001 0 1000 11111100 1010000 111010

Color Harmonies of #603FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FEA

Black with #603FEA

Text Example


Text Example

White with #603FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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