Html Css Color HEX #1F46FB Neon Blue

📋 copy color: '#1F46FB'

red 31 ◦ green 70 ◦ blue 251

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

Shades of Neon Blue #1F46FB

Tints of Neon Blue #1F46FB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 8.81%
G = 19.89%
B = 71.31%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F46FB (or 0x1F46FB) is known color: Neon Blue. HEX triplet: 1F, 46 and FB. RGB value is (31,70,251). Sum of RGB (Red+Green+Blue) = 31+70+251=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F46FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F46FB is #E0B904. Grayscale: #4E4E4E. Windows color (decimal): -14727429 or 16467487. OLE color: 16467487.

HSL color Cylindrical-coordinate representation of color #1F46FB: hue angle of 229.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F46FB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 70 251 -
CMYK 0.88 0.72 0 0.02
HSL 229.36º 0.96% 0.55% -
HSV(B) 229.36º 0.88% 0.98% -
XYZ 20.17 11.64 92.45 -
YUV 78.97 225.08 93.78 -
System Red Green Blue C M Y K H S L
Decimal 31 70 251 0.88 0.72 0 0.02 229.36 0.96 0.55
Hex 1F 46 FB 58 48 0 2 E5 60 37
Octal 37 106 373 130 110 0 2 345 140 67
Binary 11111 1000110 11111011 1011000 1001000 0 10 11100101 1100000 110111

Color Harmonies of #1F46FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46FB

Black with #1F46FB

Text Example


Text Example

White with #1F46FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,251); }

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

background-color css

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

 a { background-color: rgb(31,70,251); }

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

border-color css

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

 span { border-color: rgb(31,70,251); }

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