Html Css Color HEX #6046FA Neon Blue

📋 copy color: '#6046FA'

red 96 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #6046FA

Tints of Neon Blue #6046FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 23.08%
G = 16.83%
B = 60.1%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6046FA (or 0x6046FA) is known color: Neon Blue. HEX triplet: 60, 46 and FA. RGB value is (96,70,250). Sum of RGB (Red+Green+Blue) = 96+70+250=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #6046FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6046FA is #9FB905. Grayscale: #616161. Windows color (decimal): -10467590 or 16402016. OLE color: 16402016.

HSL color Cylindrical-coordinate representation of color #6046FA: hue angle of 248.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6046FA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 70 250 -
CMYK 0.62 0.72 0 0.02
HSL 248.67º 0.95% 0.63% -
HSV(B) 248.67º 0.72% 0.98% -
XYZ 24.27 13.77 91.82 -
YUV 98.29 213.61 126.36 -
System Red Green Blue C M Y K H S L
Decimal 96 70 250 0.62 0.72 0 0.02 248.67 0.95 0.63
Hex 60 46 FA 3E 48 0 2 F9 5F 3F
Octal 140 106 372 76 110 0 2 371 137 77
Binary 1100000 1000110 11111010 111110 1001000 0 10 11111001 1011111 111111

Color Harmonies of #6046FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6046FA

Black with #6046FA

Text Example


Text Example

White with #6046FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6046FA; }

 p { color: rgb(96,70,250); }

 H1.HeaderClassName
 {
   color: #6046FA;
 }
 .AnyTagClassName
 {
   color: #6046FA;
 }
</style>

background-color css

<style>
 a { background-color: #6046FA; }

 a { background-color: rgb(96,70,250); }

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

border-color css

<style>
 span { border-color: #6046FA; }

 span { border-color: rgb(96,70,250); }

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