Html Css Color HEX #6255EE Neon Blue

📋 copy color: '#6255EE'

red 98 ◦ green 85 ◦ blue 238

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

Shades of Neon Blue #6255EE

Tints of Neon Blue #6255EE

RGB

 RED value IS 98 (38.67% from 255) = 23.28%

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 23.28%
G = 20.19%
B = 56.53%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6255EE (or 0x6255EE) is known color: Neon Blue. HEX triplet: 62, 55 and EE. RGB value is (98,85,238). Sum of RGB (Red+Green+Blue) = 98+85+238=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #6255EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255EE is #9DAA11. Grayscale: #696969. Windows color (decimal): -10332690 or 15619426. OLE color: 15619426.

HSL color Cylindrical-coordinate representation of color #6255EE: hue angle of 245.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6255EE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 85 238 -
CMYK 0.59 0.64 0 0.07
HSL 245.1º 0.82% 0.63% -
HSV(B) 245.1º 0.64% 0.93% -
XYZ 23.72 15.27 82.59 -
YUV 106.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 98 85 238 0.59 0.64 0 0.07 245.1 0.82 0.63
Hex 62 55 EE 3B 40 0 7 F5 52 3F
Octal 142 125 356 73 100 0 7 365 122 77
Binary 1100010 1010101 11101110 111011 1000000 0 111 11110101 1010010 111111

Color Harmonies of #6255EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255EE

Black with #6255EE

Text Example


Text Example

White with #6255EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6255EE; }

 p { color: rgb(98,85,238); }

 H1.HeaderClassName
 {
   color: #6255EE;
 }
 .AnyTagClassName
 {
   color: #6255EE;
 }
</style>

background-color css

<style>
 a { background-color: #6255EE; }

 a { background-color: rgb(98,85,238); }

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

border-color css

<style>
 span { border-color: #6255EE; }

 span { border-color: rgb(98,85,238); }

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