Html Css Color HEX #6056FF Neon Blue

📋 copy color: '#6056FF'

red 96 ◦ green 86 ◦ blue 255

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

Shades of Neon Blue #6056FF

Tints of Neon Blue #6056FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 21.97%
G = 19.68%
B = 58.35%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6056FF (or 0x6056FF) is known color: Neon Blue. HEX triplet: 60, 56 and FF. RGB value is (96,86,255). Sum of RGB (Red+Green+Blue) = 96+86+255=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6056FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6056FF is #9FA900. Grayscale: #6B6B6B. Windows color (decimal): -10463489 or 16733792. OLE color: 16733792.

HSL color Cylindrical-coordinate representation of color #6056FF: hue angle of 243.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6056FF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 86 255 -
CMYK 0.62 0.66 0 0
HSL 243.55º 1% 0.67% -
HSV(B) 243.55º 0.66% 1% -
XYZ 26.2 16.36 96.39 -
YUV 108.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 96 86 255 0.62 0.66 0 0 243.55 1 0.67
Hex 60 56 FF 3E 42 0 0 F4 64 43
Octal 140 126 377 76 102 0 0 364 144 103
Binary 1100000 1010110 11111111 111110 1000010 0 0 11110100 1100100 1000011

Color Harmonies of #6056FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056FF

Black with #6056FF

Text Example


Text Example

White with #6056FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6056FF; }

 p { color: rgb(96,86,255); }

 H1.HeaderClassName
 {
   color: #6056FF;
 }
 .AnyTagClassName
 {
   color: #6056FF;
 }
</style>

background-color css

<style>
 a { background-color: #6056FF; }

 a { background-color: rgb(96,86,255); }

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

border-color css

<style>
 span { border-color: #6056FF; }

 span { border-color: rgb(96,86,255); }

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