Html Css Color HEX #6255FD Neon Blue

📋 copy color: '#6255FD'

red 98 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #6255FD

Tints of Neon Blue #6255FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 22.48%
G = 19.5%
B = 58.03%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6255FD (or 0x6255FD) is known color: Neon Blue. HEX triplet: 62, 55 and FD. RGB value is (98,85,253). Sum of RGB (Red+Green+Blue) = 98+85+253=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6255FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255FD is #9DAA02. Grayscale: #6B6B6B. Windows color (decimal): -10332675 or 16602466. OLE color: 16602466.

HSL color Cylindrical-coordinate representation of color #6255FD: hue angle of 244.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6255FD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 85 253 -
CMYK 0.61 0.66 0 0.01
HSL 244.64º 0.98% 0.66% -
HSV(B) 244.64º 0.66% 0.99% -
XYZ 26.02 16.19 94.68 -
YUV 108.04 209.81 120.84 -
System Red Green Blue C M Y K H S L
Decimal 98 85 253 0.61 0.66 0 0.01 244.64 0.98 0.66
Hex 62 55 FD 3D 42 0 1 F5 62 42
Octal 142 125 375 75 102 0 1 365 142 102
Binary 1100010 1010101 11111101 111101 1000010 0 1 11110101 1100010 1000010

Color Harmonies of #6255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255FD

Black with #6255FD

Text Example


Text Example

White with #6255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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