Html Css Color HEX #6039F2 Neon Blue

📋 copy color: '#6039F2'

red 96 ◦ green 57 ◦ blue 242

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

Shades of Neon Blue #6039F2

Tints of Neon Blue #6039F2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.43%

 BLUE value IS 242 (94.92% from 255) = 61.27%

R = 24.3%
G = 14.43%
B = 61.27%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6039F2 (or 0x6039F2) is known color: Neon Blue. HEX triplet: 60, 39 and F2. RGB value is (96,57,242). Sum of RGB (Red+Green+Blue) = 96+57+242=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #6039F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6039F2 is #9FC60D. Grayscale: #595959. Windows color (decimal): -10470926 or 15874400. OLE color: 15874400.

HSL color Cylindrical-coordinate representation of color #6039F2: hue angle of 252.65º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6039F2 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 57 242 -
CMYK 0.60 0.76 0 0.05
HSL 252.65º 0.88% 0.59% -
HSV(B) 252.65º 0.76% 0.95% -
XYZ 22.31 11.82 85.11 -
YUV 89.75 213.92 132.46 -
System Red Green Blue C M Y K H S L
Decimal 96 57 242 0.60 0.76 0 0.05 252.65 0.88 0.59
Hex 60 39 F2 3C 4C 0 5 FD 58 3B
Octal 140 71 362 74 114 0 5 375 130 73
Binary 1100000 111001 11110010 111100 1001100 0 101 11111101 1011000 111011

Color Harmonies of #6039F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6039F2

Black with #6039F2

Text Example


Text Example

White with #6039F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6039F2; }

 p { color: rgb(96,57,242); }

 H1.HeaderClassName
 {
   color: #6039F2;
 }
 .AnyTagClassName
 {
   color: #6039F2;
 }
</style>

background-color css

<style>
 a { background-color: #6039F2; }

 a { background-color: rgb(96,57,242); }

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

border-color css

<style>
 span { border-color: #6039F2; }

 span { border-color: rgb(96,57,242); }

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