Html Css Color HEX #5D6FFB Neon Blue

📋 copy color: '#5D6FFB'

red 93 ◦ green 111 ◦ blue 251

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

Shades of Neon Blue #5D6FFB

Tints of Neon Blue #5D6FFB

RGB

 RED value IS 93 (36.72% from 255) = 20.44%

 GREEN value IS 111 (43.75% from 255) = 24.4%

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 20.44%
G = 24.4%
B = 55.16%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D6FFB (or 0x5D6FFB) is known color: Neon Blue. HEX triplet: 5D, 6F and FB. RGB value is (93,111,251). Sum of RGB (Red+Green+Blue) = 93+111+251=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D6FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6FFB is #A29004. Grayscale: #787878. Windows color (decimal): -10653701 or 16478045. OLE color: 16478045.

HSL color Cylindrical-coordinate representation of color #5D6FFB: hue angle of 233.16º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D6FFB is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 111 251 -
CMYK 0.63 0.56 0 0.02
HSL 233.16º 0.95% 0.67% -
HSV(B) 233.16º 0.63% 0.98% -
XYZ 27.61 20.66 93.8 -
YUV 121.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 93 111 251 0.63 0.56 0 0.02 233.16 0.95 0.67
Hex 5D 6F FB 3F 38 0 2 E9 5F 43
Octal 135 157 373 77 70 0 2 351 137 103
Binary 1011101 1101111 11111011 111111 111000 0 10 11101001 1011111 1000011

Color Harmonies of #5D6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6FFB

Black with #5D6FFB

Text Example


Text Example

White with #5D6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6FFB; }

 p { color: rgb(93,111,251); }

 H1.HeaderClassName
 {
   color: #5D6FFB;
 }
 .AnyTagClassName
 {
   color: #5D6FFB;
 }
</style>

background-color css

<style>
 a { background-color: #5D6FFB; }

 a { background-color: rgb(93,111,251); }

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

border-color css

<style>
 span { border-color: #5D6FFB; }

 span { border-color: rgb(93,111,251); }

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