Html Css Color HEX #603FEF Neon Blue

📋 copy color: '#603FEF'

red 96 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #603FEF

Tints of Neon Blue #603FEF

RGB

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

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

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

R = 24.12%
G = 15.83%
B = 60.05%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#603FEF (or 0x603FEF) is known color: Neon Blue. HEX triplet: 60, 3F and EF. RGB value is (96,63,239). Sum of RGB (Red+Green+Blue) = 96+63+239=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #603FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FEF is #9FC010. Grayscale: #5C5C5C. Windows color (decimal): -10469393 or 15679328. OLE color: 15679328.

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

Color convert

RGB 96 63 239 -
CMYK 0.60 0.74 0 0.06
HSL 251.25º 0.85% 0.59% -
HSV(B) 251.25º 0.74% 0.94% -
XYZ 22.18 12.27 82.86 -
YUV 92.93 210.43 130.19 -
System Red Green Blue C M Y K H S L
Decimal 96 63 239 0.60 0.74 0 0.06 251.25 0.85 0.59
Hex 60 3F EF 3C 4A 0 6 FB 55 3B
Octal 140 77 357 74 112 0 6 373 125 73
Binary 1100000 111111 11101111 111100 1001010 0 110 11111011 1010101 111011

Color Harmonies of #603FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FEF

Black with #603FEF

Text Example


Text Example

White with #603FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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