Html Css Color HEX #6055FF Neon Blue

📋 copy color: '#6055FF'

red 96 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #6055FF

Tints of Neon Blue #6055FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 22.02%
G = 19.5%
B = 58.49%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6055FF (or 0x6055FF) is known color: Neon Blue. HEX triplet: 60, 55 and FF. RGB value is (96,85,255). Sum of RGB (Red+Green+Blue) = 96+85+255=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #6055FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6055FF is #9FAA00. Grayscale: #6A6A6A. Windows color (decimal): -10463745 or 16733536. OLE color: 16733536.

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

Color convert

RGB 96 85 255 -
CMYK 0.62 0.67 0 0
HSL 243.88º 1% 0.67% -
HSV(B) 243.88º 0.67% 1% -
XYZ 26.12 16.2 96.36 -
YUV 107.67 211.14 119.68 -
System Red Green Blue C M Y K H S L
Decimal 96 85 255 0.62 0.67 0 0 243.88 1 0.67
Hex 60 55 FF 3E 43 0 0 F4 64 43
Octal 140 125 377 76 103 0 0 364 144 103
Binary 1100000 1010101 11111111 111110 1000011 0 0 11110100 1100100 1000011

Color Harmonies of #6055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055FF

Black with #6055FF

Text Example


Text Example

White with #6055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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