Html Css Color HEX #6041FE Neon Blue

📋 copy color: '#6041FE'

red 96 ◦ green 65 ◦ blue 254

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

Shades of Neon Blue #6041FE

Tints of Neon Blue #6041FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 23.13%
G = 15.66%
B = 61.2%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6041FE (or 0x6041FE) is known color: Neon Blue. HEX triplet: 60, 41 and FE. RGB value is (96,65,254). Sum of RGB (Red+Green+Blue) = 96+65+254=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #6041FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041FE is #9FBE01. Grayscale: #5F5F5F. Windows color (decimal): -10468866 or 16662880. OLE color: 16662880.

HSL color Cylindrical-coordinate representation of color #6041FE: hue angle of 249.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6041FE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 65 254 -
CMYK 0.62 0.74 0 0.00
HSL 249.84º 0.99% 0.63% -
HSV(B) 249.84º 0.74% 1% -
XYZ 24.6 13.42 95.06 -
YUV 95.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 96 65 254 0.62 0.74 0 0.00 249.84 0.99 0.63
Hex 60 41 FE 3E 4A 0 0 FA 63 3F
Octal 140 101 376 76 112 0 0 372 143 77
Binary 1100000 1000001 11111110 111110 1001010 0 0 11111010 1100011 111111

Color Harmonies of #6041FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041FE

Black with #6041FE

Text Example


Text Example

White with #6041FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6041FE; }

 p { color: rgb(96,65,254); }

 H1.HeaderClassName
 {
   color: #6041FE;
 }
 .AnyTagClassName
 {
   color: #6041FE;
 }
</style>

background-color css

<style>
 a { background-color: #6041FE; }

 a { background-color: rgb(96,65,254); }

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

border-color css

<style>
 span { border-color: #6041FE; }

 span { border-color: rgb(96,65,254); }

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