Html Css Color HEX #333BFD Neon Blue

📋 copy color: '#333BFD'

red 51 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #333BFD

Tints of Neon Blue #333BFD

RGB

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

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

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

R = 14.05%
G = 16.25%
B = 69.7%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#333BFD (or 0x333BFD) is known color: Neon Blue. HEX triplet: 33, 3B and FD. RGB value is (51,59,253). Sum of RGB (Red+Green+Blue) = 51+59+253=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #333BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BFD is #CCC402. Grayscale: #4D4D4D. Windows color (decimal): -13419523 or 16595763. OLE color: 16595763.

HSL color Cylindrical-coordinate representation of color #333BFD: hue angle of 237.62º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333BFD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 59 253 -
CMYK 0.80 0.77 0 0.01
HSL 237.62º 0.98% 0.6% -
HSV(B) 237.62º 0.8% 0.99% -
XYZ 20.66 10.92 93.95 -
YUV 78.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 51 59 253 0.80 0.77 0 0.01 237.62 0.98 0.6
Hex 33 3B FD 50 4D 0 1 EE 62 3C
Octal 63 73 375 120 115 0 1 356 142 74
Binary 110011 111011 11111101 1010000 1001101 0 1 11101110 1100010 111100

Color Harmonies of #333BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BFD

Black with #333BFD

Text Example


Text Example

White with #333BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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