Html Css Color HEX #6057FA Neon Blue

📋 copy color: '#6057FA'

red 96 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #6057FA

Tints of Neon Blue #6057FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 22.17%
G = 20.09%
B = 57.74%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6057FA (or 0x6057FA) is known color: Neon Blue. HEX triplet: 60, 57 and FA. RGB value is (96,87,250). Sum of RGB (Red+Green+Blue) = 96+87+250=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #6057FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6057FA is #9FA805. Grayscale: #6B6B6B. Windows color (decimal): -10463238 or 16406368. OLE color: 16406368.

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

Color convert

RGB 96 87 250 -
CMYK 0.62 0.65 0 0.02
HSL 243.31º 0.94% 0.66% -
HSV(B) 243.31º 0.65% 0.98% -
XYZ 25.49 16.21 92.23 -
YUV 108.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 96 87 250 0.62 0.65 0 0.02 243.31 0.94 0.66
Hex 60 57 FA 3E 41 0 2 F3 5E 42
Octal 140 127 372 76 101 0 2 363 136 102
Binary 1100000 1010111 11111010 111110 1000001 0 10 11110011 1011110 1000010

Color Harmonies of #6057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057FA

Black with #6057FA

Text Example


Text Example

White with #6057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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