Html Css Color HEX #333BFB Neon Blue

📋 copy color: '#333BFB'

red 51 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #333BFB

Tints of Neon Blue #333BFB

RGB

 RED value IS 51 (20.31% from 255) = 14.13%

 GREEN value IS 59 (23.44% from 255) = 16.34%

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

R = 14.13%
G = 16.34%
B = 69.53%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#333BFB (or 0x333BFB) is known color: Neon Blue. HEX triplet: 33, 3B and FB. RGB value is (51,59,251). Sum of RGB (Red+Green+Blue) = 51+59+251=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #333BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BFB is #CCC404. Grayscale: #4D4D4D. Windows color (decimal): -13419525 or 16464691. OLE color: 16464691.

HSL color Cylindrical-coordinate representation of color #333BFB: hue angle of 237.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333BFB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 59 251 -
CMYK 0.80 0.76 0 0.02
HSL 237.6º 0.96% 0.59% -
HSV(B) 237.6º 0.8% 0.98% -
XYZ 20.34 10.8 92.28 -
YUV 78.5 225.35 108.39 -
System Red Green Blue C M Y K H S L
Decimal 51 59 251 0.80 0.76 0 0.02 237.6 0.96 0.59
Hex 33 3B FB 50 4C 0 2 EE 60 3B
Octal 63 73 373 120 114 0 2 356 140 73
Binary 110011 111011 11111011 1010000 1001100 0 10 11101110 1100000 111011

Color Harmonies of #333BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BFB

Black with #333BFB

Text Example


Text Example

White with #333BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,59,251); }

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

background-color css

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

 a { background-color: rgb(51,59,251); }

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

border-color css

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

 span { border-color: rgb(51,59,251); }

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