Html Css Color HEX #414BFB Neon Blue

📋 copy color: '#414BFB'

red 65 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #414BFB

Tints of Neon Blue #414BFB

RGB

 RED value IS 65 (25.78% from 255) = 16.62%

 GREEN value IS 75 (29.69% from 255) = 19.18%

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

R = 16.62%
G = 19.18%
B = 64.19%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#414BFB (or 0x414BFB) is known color: Neon Blue. HEX triplet: 41, 4B and FB. RGB value is (65,75,251). Sum of RGB (Red+Green+Blue) = 65+75+251=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #414BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414BFB is #BEB404. Grayscale: #5B5B5B. Windows color (decimal): -12497925 or 16468801. OLE color: 16468801.

HSL color Cylindrical-coordinate representation of color #414BFB: hue angle of 236.77º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414BFB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 75 251 -
CMYK 0.74 0.70 0 0.02
HSL 236.77º 0.96% 0.62% -
HSV(B) 236.77º 0.74% 0.98% -
XYZ 22.11 13.12 92.63 -
YUV 92.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 65 75 251 0.74 0.70 0 0.02 236.77 0.96 0.62
Hex 41 4B FB 4A 46 0 2 ED 60 3E
Octal 101 113 373 112 106 0 2 355 140 76
Binary 1000001 1001011 11111011 1001010 1000110 0 10 11101101 1100000 111110

Color Harmonies of #414BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414BFB

Black with #414BFB

Text Example


Text Example

White with #414BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414BFB; }

 p { color: rgb(65,75,251); }

 H1.HeaderClassName
 {
   color: #414BFB;
 }
 .AnyTagClassName
 {
   color: #414BFB;
 }
</style>

background-color css

<style>
 a { background-color: #414BFB; }

 a { background-color: rgb(65,75,251); }

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

border-color css

<style>
 span { border-color: #414BFB; }

 span { border-color: rgb(65,75,251); }

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