Html Css Color HEX #1F36FD Neon Blue

📋 copy color: '#1F36FD'

red 31 ◦ green 54 ◦ blue 253

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

Shades of Neon Blue #1F36FD

Tints of Neon Blue #1F36FD

RGB

 RED value IS 31 (12.5% from 255) = 9.17%

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 9.17%
G = 15.98%
B = 74.85%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F36FD (or 0x1F36FD) is known color: Neon Blue. HEX triplet: 1F, 36 and FD. RGB value is (31,54,253). Sum of RGB (Red+Green+Blue) = 31+54+253=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F36FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F36FD is #E0C902. Grayscale: #444444. Windows color (decimal): -14731523 or 16594463. OLE color: 16594463.

HSL color Cylindrical-coordinate representation of color #1F36FD: hue angle of 233.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F36FD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 54 253 -
CMYK 0.88 0.79 0 0.01
HSL 233.78º 0.98% 0.56% -
HSV(B) 233.78º 0.88% 0.99% -
XYZ 19.61 10.02 93.83 -
YUV 69.81 231.38 100.32 -
System Red Green Blue C M Y K H S L
Decimal 31 54 253 0.88 0.79 0 0.01 233.78 0.98 0.56
Hex 1F 36 FD 58 4F 0 1 EA 62 38
Octal 37 66 375 130 117 0 1 352 142 70
Binary 11111 110110 11111101 1011000 1001111 0 1 11101010 1100010 111000

Color Harmonies of #1F36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F36FD

Black with #1F36FD

Text Example


Text Example

White with #1F36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F36FD; }

 p { color: rgb(31,54,253); }

 H1.HeaderClassName
 {
   color: #1F36FD;
 }
 .AnyTagClassName
 {
   color: #1F36FD;
 }
</style>

background-color css

<style>
 a { background-color: #1F36FD; }

 a { background-color: rgb(31,54,253); }

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

border-color css

<style>
 span { border-color: #1F36FD; }

 span { border-color: rgb(31,54,253); }

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